home *** CD-ROM | disk | FTP | other *** search
/ Cre@te Online 2000 December / Cre@teOnline CD05.iso / MacSoft / XML ConsoleMax.sea / XML ConsoleMax / Required / esc.jar / com / extensibility / esc / ESCWindow$24.class (.txt) < prev    next >
Encoding:
Java Class File  |  2000-06-30  |  1.2 KB  |  28 lines

  1. package com.extensibility.esc;
  2.  
  3. import com.extensibility.app.BaseAction;
  4. import com.extensibility.app.DialogFactory;
  5. import com.extensibility.app.UI;
  6. import java.awt.Dialog;
  7. import java.awt.event.ActionEvent;
  8.  
  9. class ESCWindow$24 extends BaseAction {
  10.    // $FF: synthetic field
  11.    final ESCWindow this$0;
  12.  
  13.    public void actionOccurred(ActionEvent var1) {
  14.       if (((ESCDocument)this.this$0.getDocument()).checkValidatePerformed()) {
  15.          ESCReportWindow var2 = new ESCReportWindow(this.this$0, (ESCDocument)this.this$0.getDocument());
  16.          ((Dialog)var2).show();
  17.       } else {
  18.          DialogFactory.stop(this.this$0, UI.getString("esc.reportwindow.cannot.be.done"));
  19.       }
  20.  
  21.    }
  22.  
  23.    ESCWindow$24(ESCWindow var1, String var2, char var3) {
  24.       super(var2, var3);
  25.       this.this$0 = var1;
  26.    }
  27. }
  28.